CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - moving average matlab

搜索资源列表

  1. ARMA-Java源代码

    0下载:
  2. 函数ARMA(data, p, q), 纯java代码。 里面有main函数,可以直接测试。 根据教科书的c++代码改的java代码。 只有一个文件,使用非常方便。 (注:这个代码应该不好找,因为matlab的armax转换成jar包是无法使用的,JSML又不是开源的) 对于想用java实现arma的程序员无疑还是很有用的。
  3. 所属分类:源码下载

    • 发布日期:2012-01-31
    • 文件大小:6424
    • 提供者:disheng222
  1. AR.rar

    1下载:
  2. 运用自回归滑动平均模型进行预测的matlab 程序,The use of autoregressive moving average model to predict the matlab program
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-22
    • 文件大小:4392
    • 提供者:史剑
  1. arima.rar

    6下载:
  2. 在matlab的环境下实现了自回归移动平均模型(arima),Matlab environment in the realization of the auto-regressive moving average model (arima)
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:1023
    • 提供者:xiongtao
  1. K_MA.rar

    3下载:
  2. 股票交易预测 k线图绘制 5日均线,10日均线,20日均线,60日均线 计算,Stock forecast mapping k line 5 average, 10 average, 20 average, 60 days moving average calculation
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-24
    • 文件大小:611
    • 提供者:yy001
  1. ARIMA

    3下载:
  2. 自回归移动平均模型(Autoregressive Integrated Moving Average Model)的Matlab实现,时间序列分析代码-Autoregressive moving average model (Autoregressive Integrated Moving Average Model) to achieve the Matlab
  3. 所属分类:matlab

    • 发布日期:2016-09-18
    • 文件大小:7696
    • 提供者:Peter
  1. ARIMA_model

    11下载:
  2. 基于MATLAB的ARIMA模型的源代码。ARIMA模型是自回归滑动平均求和模型,是时间序列分析模型,可以用于时间序列的预测。该代码实现了ARIMA模型的建模和谱分析过程-The ARIMA model based on MATLAB source code. ARIMA model is the sum of autoregressive moving average model is time series analysis models, can be used for time seri
  3. 所属分类:matlab

    • 发布日期:2016-06-11
    • 文件大小:2545
    • 提供者:王二
  1. AlgoTrading2010

    4下载:
  2. matlab 高频算法交易实现, 附有详细说明文档,包括从基础的均线到高级的遗传算法在内的实现,非常实用-matlab frequency algorithmic trading, with detailed documentation, including moving average based on advanced genetic algorithm, including the realization of very practical
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2013-11-24
    • 文件大小:1964912
    • 提供者:王二
  1. linear

    1下载:
  2. - 1、限幅滤波法(又称程序判断滤波法) 2、中位值滤波法 3、算术平均滤波法 4、递推平均滤波法(又称滑动平均滤波法) 5、中位值平均滤波法(又称防脉冲干扰平均滤波法) 6、限幅平均滤波法 7、一阶滞后滤波法 8、加权递推平均滤波法 9、消抖滤波法 10、限幅消抖滤波法 -- 1, limiting filtering method (also known as filtering method to determine the procedure) 2, the median filteri
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:1668
    • 提供者:張治國
  1. moving

    0下载:
  2. calculates the moving average of a graph
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-28
    • 文件大小:76081
    • 提供者:Quetzalcoatl
  1. MACD1

    0下载:
  2. MACD指标(Moving Average Convergence Divergence) 平滑异同移动平均线. 主要是利用长期与中短期移动平均线来计算两者之间的差离情况,作为研判未来行情走势的依据,其中包括了三条线:MACD线、DIF线(是核心)、柱状线 BAR(MACD辅助指标—用红柱和绿柱,其公式为:BAR=2×(DIF-DEA))。但要切记:任何指标相对于成交量而言都是滞后的,避免进入纯指标分析误区, 所以任何技术指标不能孤立的使用。-MACD indicator (Moving Ave
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-26
    • 文件大小:744
    • 提供者:yy001
  1. mvaverage

    1下载:
  2. 信号的平滑处理,moving average算法,Mablab源程序-signal processing, moving average algorithm, in Mablab
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:2748
    • 提供者:danny
  1. aar

    0下载:
  2. Calculates adaptive autoregressive (AAR) and adaptive autoregressive moving average estimates (AARMA)of real-valued data series using Kalman filter algorithm.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-04
    • 文件大小:3587
    • 提供者:dhanya
  1. slidefilter

    0下载:
  2. Sliding Sum Averaging Filter Smoothes data by sliding it past itself, one sample at a time, and summing. The length of the output is the same as the length of the input. The output will be normalized. Equivalent to a moving average (lowpass
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:1221
    • 提供者:
  1. KDJxian_chaogu

    1下载:
  2. 这是我帮一个同学写的关于KDJ线的程序,实现KDJ五天均线得出最优买入点。-This is a student I helped to write the procedure on KDJ line to achieve a five-day moving average KDJ get the optimal timing.
  3. 所属分类:Other systems

    • 发布日期:2015-07-14
    • 文件大小:32905
    • 提供者:李斌
  1. data_avg

    0下载:
  2. averaging filter moving average filter
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:340217
    • 提供者:surajit
  1. moving

    0下载:
  2. moving average filter matlab implementation
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:13957
    • 提供者:ali
  1. moving

    0下载:
  2. moving average filter using widey as low filter in matlab
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:834
    • 提供者:quan
  1. forcasting-moving-average

    0下载:
  2. The Source Code for casting using the Moving-Average. Source Code created using Matlab. Database using MS excel. Output in the form of graph-The Source Code for forcasting using the Moving-Average. Source Code created using Matlab. Database using MS
  3. 所属分类:Education soft system

    • 发布日期:2017-04-07
    • 文件大小:13300
    • 提供者:sam
  1. moving-average

    0下载:
  2. Moving average code as a filter to smooth the graph in matlab
  3. 所属分类:matlab

    • 发布日期:2016-06-05
    • 文件大小:1024
    • 提供者:mehdi
  1. Chapter 15:Moving Average Filters

    0下载:
  2. 数字信号处理技术之移动平均滤波器的设计(The Scientist and Engineer's Guide to Digital Signal Processing)(Digital signal processing technology, mobile average filter)
  3. 所属分类:matlab例程

    • 发布日期:2018-05-01
    • 文件大小:149504
    • 提供者:flyskar
« 12 3 4 »
搜珍网 www.dssz.com